home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / PSDBLACKANDWHITEEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.6 KB  |  54 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="PsdBlackAndWhiteEffect: PSD Black And White effect">
  3.     <description>
  4.         PSD Black And White effect.
  5.     </description>
  6.  
  7.     <property name="RedWeight" type="int" default="40" label="Reds">
  8.         <range min="-200" max="300"/>
  9.         <comments>
  10.             Weight to be given reds.
  11.         </comments>
  12.     </property>
  13.  
  14.     <property name="YellowWeight" type="int" default="60" label="Yellows">
  15.         <range min="-200" max="300"/>
  16.         <comments>
  17.             Weight to be given yellows.
  18.         </comments>
  19.     </property>
  20.  
  21.     <property name="GreenWeight" type="int" default="40" label="Greens">
  22.         <range min="-200" max="300"/>
  23.         <comments>
  24.             Weight to be given greens.
  25.         </comments>
  26.     </property>
  27.  
  28.     <property name="CyanWeight" type="int" default="60" label="Cyans">
  29.         <range min="-200" max="300"/>
  30.         <comments>
  31.             Weight to be given cyans.
  32.         </comments>
  33.     </property>
  34.  
  35.     <property name="BlueWeight" type="int" default="20" label="Blues">
  36.         <range min="-200" max="300"/>
  37.         <comments>
  38.             Weight to be given blues.
  39.         </comments>
  40.     </property>
  41.  
  42.     <property name="MagentaWeight" type="int" default="80" label="Magentas">
  43.         <range min="-200" max="300"/>
  44.         <comments>
  45.             Weight to be given magentas.
  46.         </comments>
  47.     </property>
  48.     
  49.     <property name="Tint" type="bool" default="false" label="Tint"/>
  50.  
  51.     <property name="TintColor" type="float[3]" default="0.882352941,0.82745098,0.701960784" label="Tint color"/>
  52.  
  53. </effect>
  54.